forked from DrKLO/Telegram
-
Notifications
You must be signed in to change notification settings - Fork 59
Update full_description.txt #344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I guess upstream did the same and forgot to document. isom.h is included in a form patched to stop annoying the compiler, dv.h in the original form
* Add monet themes * Fix theme * Update monet theme Squashed commits: Nekogram/Nekogram@9037375 Nekogram/Nekogram@ccb08bf Nekogram/Nekogram@b36ee3b Nekogram/Nekogram@a2107fc * Fix parse of some themes * Update monet theme * Update monet themes Squashed commits: Nekogram/Nekogram@397126c Nekogram/Nekogram@80e7996 Nekogram/Nekogram@e55c456 Nekogram/Nekogram@d8b6eb5 Nekogram/Nekogram@8d30be1 Nekogram/Nekogram@204eb20 Nekogram/Nekogram@2f277d0 Nekogram/Nekogram@79160c0 Nekogram/Nekogram@a0dc0e6 Nekogram/Nekogram@d5433fb Nekogram/Nekogram@ef98c14 Nekogram/Nekogram@6e3c35e Nekogram/Nekogram@c575686 Nekogram/Nekogram@a2e1fa6 * Fix resetting wallpaper using monet themes * Update monet themes * Update monet themes --------- Co-authored-by: NekoInverter <[email protected]> Co-authored-by: tehcneko <[email protected]>
* [TF][PUSH] implemented a simple UnifiedPush support This simple implementation only triggers the networks to resume when an event is received, so Telegram can get the events by itself. This is not like the other push providers where the change information is processed by PushListenerController directly, but it still saves battery since the process disconnects from Telegram servers as soon as the updates are processed. * [MG] add a longclick listener to UnifiedPush Distributors menu This prints informations to know if UnifiedPush is working or not. * [MG] encode the url to pass to p2p.belloworld.it This is needed if urls includes query (like UP-FCM). This also means the proxy had to be a little more complex, since nginx didn't do url decoding: https://gist.github.com/drizzt/93d253bca4f64fae7df2a4544a98c08d --------- Co-authored-by: Timothy Redaelli <[email protected]>
List markers and bold headings have been added. F-Droid has long announced the addition of basic HTML support, including for lists, but currently the only way to make HTML lists look good is to combine their code into a single line, which makes them difficult to read and edit.
37d0cff to
1bf0ae8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
List markers and bold headings have been added.
F-Droid has long announced the addition of basic HTML support, including for lists, but currently the only way to make HTML lists look good is to combine their code into a single line, which makes them difficult to read and edit.